libdvbv5_d.countries

@file countries.h @ingroup ancillary @brief Provides ancillary code to convert ISO 3166-1 country codes @copyright GNU Lesser General Public License version 2.1 (LGPLv2.1) @author Winfried Koehler @author Akihiro Tsukada

@par Bug Report Please submit bug reports and patches to linux-media@vger.kernel.org

Members

Enums

dvb_country_t
enum dvb_country_t

@enum dvb_country_t @brief ISO-3166-1 alpha-2 country code @ingroup ancillary

Functions

dvb_country_a2_to_id
dvb_country_t dvb_country_a2_to_id(const(char)* name)

@brief Converts an Unix-like 2-letter Country code into enum dvb_country_t @ingroup ancillary

dvb_country_a3_to_id
dvb_country_t dvb_country_a3_to_id(const(char)* name)

@brief Converts a 3-letter Country code as used by MPEG-TS tables into enum dvb_country_t @ingroup ancillary

dvb_country_to_2letters
const(char)* dvb_country_to_2letters(int id)

@brief Converts an enum dvb_country_t into Unix-like 2-letter Country code @ingroup ancillary

dvb_country_to_3letters
const(char)* dvb_country_to_3letters(int id)

@brief Converts an enum dvb_country_t into a 3-letter Country code as used by MPEG-TS tables @ingroup ancillary

dvb_country_to_name
const(char)* dvb_country_to_name(int id)

@brief Converts an enum dvb_country_t into a Country name as used by MPEG-TS tables @ingroup ancillary

dvb_guess_user_country
dvb_country_t dvb_guess_user_country()

@brief Guess the country code from the Unix environment variables @ingroup ancillary

Meta